home *** CD-ROM | disk | FTP | other *** search
AMOS Source Code | 1992-10-20 | 687 b | 21 lines |
- ' *****************************************************
- ' * *
- ' * This AMOS-program was made by Svante Danielsson *
- ' * *
- ' * Mail me at: til96sdn@mds.mdh.se *
- ' * *
- ' *****************************************************
-
- Degree
- Screen Open 0,320,256,2,Lowres : Curs Off : Hide
-
- Do
- OX=X
- OY=Y
- X=159+Sin(A#+B#*3)*B#+Cos(A#-12)*Sin(C+A#*2)*B#
- Y=127+Cos(A#+Sin(A#)*90)*B#+Sin(A#+22)*Sin(C*2+B#*2)*B#
- If OX<>0 and OY<>0 Then Draw X,Y To OX,OY
- A#=A#+1
- B#=B#+Abs((Sin(C)))/40
- Inc C
- Loop